=========================
= To install standalone =
=========================

Copy this directory to VGInstallLocation/VGUIAssest/Shells/(Place Here)
Open vgclient.ini in the bin folder
under the [UI] section change ShellName=Default to
ShellName=ElesarShortCutPanel
Save this file and launch vanguard.

=============================
= To install to another mod =
=============================

Copy CoreQuest.xml from the xml folder
Paste into "CustomUIName"\Windows\(Place Here)
	*Note: you may have to make the Windows folder, as it is not included on all mods*
Open Index.xml
Go to the end of the file and add the following before the </XML> tag:

	<GameplayWindows directory="Windows">
		<Window filename="ElesarShortCutPanel.xml"/>
	</GameplayWindows>

